Ignore a test that accesses crates.io for now
authorAlex Crichton <alex@alexcrichton.com>
Sun, 25 Jun 2017 05:43:45 +0000 (22:43 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 25 Jun 2017 05:43:45 +0000 (22:43 -0700)
Tests in general shouldn't hit the network, but this one requires a crate from
crates.io :(

tests/git.rs

index 77b08892cbb9b8672042a3aab36fb2ce8b570458..b58cef8eb0c23439857703791a24bed208cb8d37 100644 (file)
@@ -1986,6 +1986,7 @@ fn two_at_rev_instead_of_tag() {
 }
 
 #[test]
+#[ignore] // accesses crates.io
 fn include_overrides_gitignore() {
     let p = git::new("reduction", |repo| {
         repo.file("Cargo.toml", r#"